VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManagersDispatcher<T> Class / UndoManagersDispatcher<T> Constructor(CompositeUndoManager)
Syntax Exceptions Requirements SeeAlso
In This Topic
UndoManagersDispatcher<T> Constructor(CompositeUndoManager)
In This Topic
Initializes a new instance of the UndoManagersDispatcher<T> class.
Syntax
'Declaration

Protected Function New( _
ByVal compositeUndoManager
The composite undo manager for which dispatcher must be created.
As CompositeUndoManager _
)
protected UndoManagersDispatcher<T>(
CompositeUndoManager compositeUndoManager
)

Parameters

compositeUndoManager
The composite undo manager for which dispatcher must be created.
Exceptions
ExceptionDescription
Thrown if compositeUndoManager is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also